home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4131 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.iconn.net!news
  2. From: Karl J Poglitsch Jr <kjpoglit@iconn.net>
  3. Newsgroups: comp.lang.c
  4. Subject: .EXE format...
  5. Date: Thu, 01 Feb 1996 22:10:58 -0600
  6. Organization: i-conn
  7. Message-ID: <31118ED2.6EDD@iconn.net>
  8. NNTP-Posting-Host: hd-ts01-10.iconn.net
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0b6b (Win16; I)
  13.  
  14. I don't know if this is the place for something like this, but I am also 
  15. looking for the format for MS-DOS/Windows programs.  What I want to do is 
  16.  implement a kindof file viewer in a program that I am writing, and I 
  17. want to display the first 20 lines of a text file, but if it's an 
  18. executable, i.e. .COM or .EXE or even .DLL but not necessary, I want to 
  19. print info about the program.  At work I use a program called Outside-In, 
  20. or something to that effect, and it does give me a breakdown of the 
  21. program, I would like something similiar.  It does not have to get into 
  22. terrible depth, but I'd like a little more than the filesize.
  23.  
  24. Any help would be appreciated.  I just need the format, no code is 
  25. necessary.
  26.  
  27. Thanks guys...  I know someone out there can help...
  28.